go/types.TypeParam.check (field)

4 uses

	go/types (current package)
		typeparam.go#L22: 	check *Checker  // for lazy type bound completion
		typeparam.go#L47: 	typ := &TypeParam{check: check, id: id, obj: obj, index: -1, bound: constraint}
		typeparam.go#L102: 	t.check = nil
		typeparam.go#L140: 		computeInterfaceTypeSet(t.check, pos, ityp)